html {
  min-width: 1200px;
}

body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
  margin: 0px;
}

input,
button,
ul,
ol {
  margin: 0px;
  padding: 0px;
}

body,
input,
button,
form {
  font-size: 14px;
  line-height: 28px;
  font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
  color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6,
font {
  font-size: 14px;
  font-weight: normal;
}

ul,
ol,
li {
  list-style: none;
}

input {
  background: none;
  border: 0 none;
}

img,
iframe {
  border: 0px;
}

em,
i {
  font-style: normal;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.red {
  color: #ba292e;
}

.fl,
.left {
  float: left;
}

.fr,
.right {
  float: right;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.poa {
  position: absolute;
}

.por {
  position: relative;
}

.hidden {
  display: none;
}

.w1200 {
  width: 1200px;
  margin: 0 auto;
}

.ico {
  background: url(../images/ico.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.icon {
  background: url(../images/icon.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

.icon1 {
  background: url(../images/icon1.png) no-repeat;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  color: #006331;
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

.ease,
.ease * {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

.noease,
.noease * {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

:-moz-placeholder {
  color: #aaa;
}

::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}

/*清除浮动*/
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/*******顶部*******/
/*top_main*/
.index_top {
  position: relative;
  z-index: 22;
  background: url(../images/h1_01.jpg) center center no-repeat;
  width: 100%;
  height: 136px;
}

/*.index_top.fixed{ position:fixed; left:0; top:0;z-index: 666;}*/
.top_main {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #333;
  font-size: 12px;
  color: #9a9a9a;
  z-index: 999;
}

.top_main .top_l {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top_main .top_r {
  margin-right: 0px;
}

.top_main .top_r .cn a {
  color: #999;
  opacity: 1;
}

.top_main .top_r .en a {
  margin-left: 12px;
  margin-right: 12px;
  color: #999;
}

.top_main li {
  position: relative;
  float: left;
  display: inline-block;
  *display: block;
  *zoom: 1;
  text-align: center;
}

.top_main li a {
  color: #999;
  cursor: pointer;
  float: left;
}

.top_main li a:hover {
  opacity: 1;
  color: #fff;
}

.top_main .top_r .contact {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: 14px;
  background: url(../images/din_03.png) no-repeat left center;
  background-size: 12px 15px;
  z-index: 99;
  cursor: pointer;
}

.top_main .top_r .mobile {
  position: relative;
  padding-left: 20px;
  padding-right: 10px;
  margin-left: 2px;
  background: url(../images/mobile.png) no-repeat left center;
  background-size: 10px 16px;
  z-index: 99;
  cursor: pointer;
}

.top_main .top_r .mobile a {
  display: block;
  padding-right: 12px;
  background: url(../images/arrI.png) no-repeat right center;
  background-size: 7px 3px;
}

.top_main .top_r .drop {
  position: absolute;
  left: -14px;
  z-index: 99;
  width: 100px;
  height: 0px;
  transition: all ease-in-out .2s;
  top: 30px;
}

.top_main .top_r .drop img {
  position: relative;
  z-index: 99;
  display: block;
  width: 100px;
  height: 0px;
  transition: all ease-in-out .2s;
}

.top_main .top_r .webNav {
  padding-left: 20px;
  margin-left: 4px;
  background: url(../images/navI.png) no-repeat left center;
}

.top_main .top_r .mobile:hover .drop {
  height: 100px;
}

.top_main .top_r .mobile:hover .drop img {
  width: 100px;
  height: 100px;
}

.top_main li i {
  display: inline-block;
  float: left;
  background: url(../images/hc_03.jpg) no-repeat;
  width: 1px;
  height: 12px;
  margin-top: 10px;
  margin-left: 10px;
}

.header_main {
  position: relative;
  width: 100%;
  height: 86px;
  z-index: 100;
}

.header_main .logo {
  float: left;
  width: 361px;
  display: block;
  margin-top: 14px;
}

.header_main .logo img.weblogo {
  display: block;
}

.header_main .logo p {
  float: left;
  border-left: #e5e5e5 solid 1px;
  font-size: 22px;
  color: #333;
  font-weight: bold;
  padding-left: 14px;
  margin-left: 18px;
  line-height: 42px;
  margin-top: 4px;
  float: left;
}

.header_main .tel_main {
  margin-top: 18px;
}

.header_main .tel_main .tel {
  display: inline-block;
  float: left;
  padding-left: 6px;
  text-align: left;
}

.header_main .tel_main .icon {
  width: 25px;
  height: 19px;
  background-position: -106px -0px;
  display: block;
  float: left;
  margin-top: 20px;
  margin-right: 6px;
}

.header_main .tel_main .tel .nt {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 16px;
}

.header_main .tel_main .tel .num {
  font-size: 30px;
  line-height: 30px;
  font-family: "Arial";
  color: #005c25;
  display: block;
  font-weight: normal;
  float: left;
  padding-top: 6px;
  font-weight: bold;
}

.header_main .tel_main .search-box {
  position: relative;
  height: 38px;
}

.header_main .tel_main .search-box .butn {
  display: block;
  cursor: pointer;
  width: 37px;
  height: 30px;
  margin-top: 8px;
}

.header_main .tel_main .search-box .butn i {
  width: 24px;
  height: 24px;
  display: block;
  background-position: -118px -206px;
  margin: 0 auto;
}

.header_main .tel_main .search-box .butn.hov {
  background: url(../images/close.png) no-repeat center #b52618;
}

.header_main .tel_main .search-box .butn.hov i {
  display: none;
}

.header_main .tel_main .search-box .share-sub {
  position: absolute;
  right: 37px;
  top: 0px;
  width: 0;
  height: 48px;
  overflow: hidden;
  background: #ededed;
  border-radius: 5px 0 0 5px;
}

.header_main .tel_main .search-box .share-sub .sub-btn {
  border: none;
  width: 48px;
  height: 48px;
  cursor: pointer;
  outline: none;
  background-position: -162px -190px;
}

.header_main .tel_main .search-box .share-sub .tex {
  width: 220px;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 14px 10px;
  color: #666;
  border: none;
  background: #ededed;
  outline: none;
}

.header_main .tel_main .search-box .lang-box {
  margin-top: 20px;
  margin-right: 38px;
}

.header_main .tel_main .search-box .lang-box a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  margin-left: 28px;
}

.header_main .tel_main .search-box .lang-box .stt {
  display: inline-block;
  line-height: 30px;
  font-size: 14px;
  color: #777;
  margin-right: 4px;
}

.fu_t {
  padding-top: 29px;
}

/*header_main*/

.nav_main {
  width: 100%;
  height: 50px;
  z-index: 11;
}

#nav_main .nav {
  height: 50px;
  z-index: 33;
}

#nav_main .nav li {
  float: left;
  z-index: 10;
  position: relative;
  height: 50px;
  text-align: center;
  line-height: 50px;
  padding: 0 29.6px;
  position: relative;
}

#nav_main .nav li a.aLink {
  -webkit-transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  transition: all ease 300ms;
}

#nav_main .nav li.item7 {
  background: none;
}

#nav_main .nav li a.aLink {
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
  width: 100%;
}

#nav_main .nav li a.aLink i {
  display: block;
  height: 7px;
  width: 10px;
  transition: all .6s ease 0s;
  position: absolute;
  top: 22px;
  right: 10px;
  background: url(../images/h3_03.png) center center no-repeat;
}

#nav_main .nav li:hover,
#nav_main .nav li.hover {
  background: url(../images/h2_03.jpg);
}

#nav_main .nav li ul {
  position: absolute;
  left: 0px;
  top: 50px;
  z-index: 199;
  opacity: 0;
  visibility: hidden;
  height: auto;
  overflow: hidden;
  width: 100%;
  box-shadow: 0 2px 10px #f0f0f0;
}

#nav_main .nav li:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  text-align: center;
}

#nav_main .nav li ul li {
  display: block;
  clear: left;
  width: 100%;
  background: none;
  height: 45px;
  background-color: #fff;
  border-bottom: #dddddd solid 1px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#nav_main .nav li:hover ul li a,
#nav_main .nav li.hover ul li a {
  color: #333;
}

#nav_main .nav li:hover ul li a {
  background-color: #fff;
  background: none;
}

#nav_main .nav li ul li a {
  display: block;
  font-size: 12px;
  color: #ddd;
  height: 45px;
  line-height: 45px;
  background: none;
  padding-right: 0;
  width: 100%;
  transition: all 0.2s ease-in-out 0s;
}

#nav_main .nav li ul li a:hover {
  color: #fff;
  padding-left: 5px;
  transition: all 0.2s ease-in-out 0s;
}

#nav_main .nav li.li1 a.aLink i,
#nav_main .nav li.li10 a.aLink i {
  display: none;
}

.nav_main.fixed {
  position: fixed;
  z-index: 1111;
  box-shadow: 0px 0px 11px #272727;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
  top: 0;
  left: 0;
}

/****banner****/
.banner_main {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.banner_main .banner {
  width: 100%;
  min-width: 1000px;
  padding: 0 0 34.16%;
  z-index: 20;
  position: relative;
  overflow: hidden;
  *zoom: 1;
}

.banner_main .banner .list {
  width: 100%;
}

.banner_main .banner li {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
  background: #fff;
}

.banner_main .banner li img {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  left: 0;
  top: 0;
}

.banner_main .banner li a {
  width: 100%;
  display: block;
  height: 100%;
}

.banner_main .banner .tip {
  width: 100%;
  height: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 10;
}

.banner_main .banner .tip span {
  width: 40px;
  height: 3px;
  margin: 0 5px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
  background: none;
  background-color: #fff;
  border-radius: 5px;
}

.banner_main .banner .tip span.cur {
  background: #299a60;
}

.banner_main .banner .prev,
.banner_main .banner .next {
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 12;
  top: 50%;
  margin-top: -30px;
  cursor: pointer;
  background-position: -0px -63px;
  display: none;
}

.banner_main .banner .prev {
  left: 8%;
  background-position: -0px -63px;
}

.banner_main .banner .prev:hover {
  background-position: -0px -126px;
}

.banner_main .banner .next {
  right: 8%;
  background-position: -67px -63px;
}

.banner_main .banner .next:hover {
  background-position: -67px -126px;
}

.banner_main .banner:hover .prev,
.banner_main .banner:hover .next {
  display: block;
}

@media (min-width: 1460px) {

  .banner_main .banner .prev,
  .banner_main .banner .next {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    cursor: pointer;
    background-position: -0px -63px;
    display: none;
  }

  .banner_main .banner .prev {
    left: 8%;
    background-position: -0px -63px;
  }

  .banner_main .banner .prev:hover {
    background-position: -0px -126px;
  }

  .banner_main .banner .next {
    right: 8%;
    background-position: -67px -63px;
  }

  .banner_main .banner .next:hover {
    background-position: -67px -126px;
  }

  .banner_main .banner:hover .prev,
  .banner_main .banner:hover .next {
    display: block;
  }
}

/********.fixtool*********/
.toolbar {
  width: 52px;
  position: fixed;
  right: 2%;
  bottom: 20%;
  z-index: 999;
}

.toolbar dd {
  width: 51px;
  height: 51px;
  margin-bottom: 1px;
  position: relative;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-top: 4px;
  border: #ebebeb solid 1px;
  background-color: #fff;
}

.toolbar dd i {
  width: 51px;
  height: 51px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
}

.toolbar dd i span {
  width: 35px;
  height: 35px;
  display: block;
  margin: 9px 0 0 8px;
  *margin: 7px 0 0 0;
  background: url(../images/rightFixIcon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
  display: none;
}

.toolbar .slide-tel {
  display: block;
  width: 0;
  height: 53px;
  line-height: 53px;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
  color: #FFF;
  position: absolute;
  padding: 0 0 0 50px;
  top: -1px;
  right: -1px;
  overflow: hidden;
}

.toolbar .pop {
  position: absolute;
  right: 90px;
  top: -65px;
  background: #006331;
  display: none;
}

.toolbar .pop-code {
  width: 120px;
  padding: 20px 20px 0;
}

.toolbar .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar .pop-code h3 {
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #f2e8e1;
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar .qq span {
  background-position: -0px -47px;
}

.toolbar .qq a {
  width: 52px;
  height: 52px;
  cursor: pointer;
  display: block;
}

.toolbar .qq:hover {
  background-color: #006331;
  border-radius: 100%;
}

.toolbar .qq:hover span {
  background-position: -36px -47px;
}

.toolbar .tel span {
  background-position: -0px 0;
}

.toolbar .tel:hover {
  background: #006331;
  border-radius: 30px;
}

.toolbar .tel:hover span {
  background-position: -36px 0;
}

.toolbar .code span {
  background-position: -0px -95px;
}

.toolbar .code:hover {
  background-color: #006331;
  border-radius: 100%;
}

.toolbar .code:hover span {
  background-position: -36px -95px;
}

.toolbar .top span {
  background-position: -0px -142px;
}

.toolbar .top:hover {
  background-color: #006331;
  border-radius: 100%;
}

.toolbar .top:hover span {
  background-position: -36px -142px;
}

.toolbar dd:hover {}


/*footer*/
.footer_main {
  position: relative;
  width: 100%;
  height: 370px;
  background-color: #060606;
  overflow: hidden;
}

.footer_main .part1 .middle {
  float: left;
  width: 400px;
}

.footer_main .part1 .middle .bottomLogo {
  margin-top: 80px;
  width: 400px;
  height: 61px;
  display: block;
}

.footer_main .part1 .middle .bottomLogo img {
  width: 177px;
  height: 61px;
  background-size: 100%;
  float: left;
}

.footer_main .part1 .middle p {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 24px;
  padding-left: 28px;
  font-family: "Arial";
  background: url(../images/icon.png) left center no-repeat;
  background-position: -64px -258px;
  margin-top: 26px;
}

.footer_main .part1 .middle .oa {
  display: block;
  width: 122px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
  color: #ccc;
  border: #444 solid 1px;
  margin-top: 22px;
}

.footer_main .part1 .middle .oa:hover {
  background-color: #444;
  color: #fff;
}

.footer_main .part1 .middle ul {
  display: block;
  width: 510px;
  margin-top: 28px;
}

.footer_main .part1 .middle ul li {
  float: left;
  height: 16px;
  line-height: 16px;
  border-right: #4e4e4e solid 1px;
  padding-right: 23px;
  padding-left: 23px;
}

.footer_main .part1 .middle ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

.footer_main .part1 .middle ul li a:hover {
  color: #006331;
}

.footer_main .part1 .middle ul li:nth-child(1) {
  padding-left: 0;
}

.footer_main .part1 .middle ul li:first-child {
  padding-left: 0;
}

.footer_main .part1 .middle ul li:nth-child(5) {
  padding-right: 0;
  border-right: none;
}

.footer_main .part1 .middle ul li:first-child+li+li+li+li {
  padding-right: 0;
  border-right: none;
}

.footer_main .bcontact {
  width: 680px;
  float: left;
  padding-top: 80px;
}

.footer_main .bcontact dl {
  width: 126px;
  float: left;
  text-align: left;
}

.footer_main .bcontact dl dt a {
  display: block;
  font-size: 18px;
  color: #ddd;
  line-height: 18px;
}

.footer_main .bcontact dl dt i {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #666;
  margin-top: 14px;
}

.footer_main .bcontact dl dd {
  display: block;
  padding-top: 18px;
}

.footer_main .bcontact dl dd a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 14px;
  padding-bottom: 16px;
}

.footer_main .bcontact dl a:hover {
  color: #fff;
}

.footer_main .part1 .bottomNav {
  float: left;
  margin-top: 60px;
  margin-left: 60px;
  width: 308px;
}

.footer_main .part1 .bottomNav h1 {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  font-weight: normal;
  padding-bottom: 10px;
}

.footer_main .part1 .bottomNav p {
  padding-top: 12px;
  width: 310px;
  display: inline-block;
}

.footer_main .part1 .bottomNav p i {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background-position: -36px -428px;
}

.footer_main .part1 .bottomNav p i.s2 {
  display: block;
  float: left;
  width: 23px;
  height: 24px;
  background-position: -68px -428px;
}

.footer_main .part1 .bottomNav p span {
  display: block;
  width: 220px;
  float: left;
  font-size: 14px;
  color: #999;
  line-height: 24px;
  margin-left: 12px;
}

.footer_main .part1 .right {
  float: right;
  margin-top: 80px;
}

.footer_main .part1 .right .wx {
  display: block;
  width: 120px;
  height: 120px;
  background-color: #999;
  text-align: center;
  float: left;
}

.footer_main .part1 .right .wx img {
  display: inline-block;
  width: 110px;
  height: 110px;
  margin-top: 5px;
}

.footer_main .part1 .right .tit {
  margin-top: 12px;
  font-size: 14px;
  color: #999;
  line-height: 16px;
  text-align: center;
}

.footer_main .part1 .right .wx1 {
  display: block;
  width: 130px;
  height: 130px;
  background-color: #fff;
  text-align: center;
  float: left;
  margin-left: 30px;
}

.footer_main .part1 .right .wx1 img {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin-top: 5px;
}

.copyright {
  width: 100%;
  height: 193px;
  background: url(../images/h13_03.jpg);
}

.copyright dl {
  width: 1200px;
  display: inline-block;
  padding-top: 60px;
}

.copyright dl dt {
  float: left;
  width: 500px;
}

.copyright dl dd {
  float: left;
  width: 700px;
}

.copyright p {
  font-size: 14px;
  color: #fff;
}

.copyright i {
  font-size: 14px;
  color: #fff;
}

.copyright a {
  font-size: 14px;
  color: #fff;
  padding-right: 8px;
}

.copyright span {
  display: block;
}

.copyright a:hover {
  color: #d3d3d3;
}

/********.toolbar1*********/
.toolbar1 {
  width: 77px;
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 999;
  border: 1px solid #e8e8e8;
}

.toolbar1 .icon2 {
  width: 40px;
  height: 40px;
  display: block;
  margin: 11px auto 0;
  background: url(../images/fix-ico.png) no-repeat -2px 5px;
}

.toolbar1 dd {
  width: 77px;
  height: 90px;
  border-top: 1px solid #f6f6f6;
  position: relative;
}

.toolbar1 dd i {
  width: 77px;
  height: 90px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  background: #fff;
  border-bottom: 1px solid #f6f6f6;
}

.toolbar1 dd:first-child i {
  border-top: 0;
}

.toolbar1 dd.item1 i .icon2 {
  background-position: center 2px;
}

.toolbar1 dd.item2 i .icon2 {
  background-position: center -65px;
}

.toolbar1 dd.item3 i .icon2 {
  background-position: center -128px;
}

.toolbar1 dd.return-top {
  display: none;
}

.toolbar1 dd.return-top i .icon2 {
  background-position: center -187px;
}

.toolbar1 dd .pop {
  position: absolute;
  right: 145px;
  top: -45px;
  background: #fff;
  display: none;
}

.toolbar1 dd .pop-code {
  width: 120px;
  padding: 10px 10px 0;
}

.toolbar1 dd .pop-code img {
  width: 120px;
  height: 120px;
  display: block;
}

.toolbar1 dd .pop-code h3 {
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #f34636;
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
}

.toolbar1 dd.item1 {
  position: static;
}

.toolbar1 dd .zx {
  width: 172px;
  position: absolute;
  right: 145px;
  bottom: 0;
  padding: 10px 30px 10px;
  line-height: 24px;
  background: #fff;
  border: 1px solid #e8e8e8;
  z-index: 1000;
  display: none;
}

.toolbar1 dd .zx .icon2 {
  width: 40px;
  height: 42px;
  display: block;
  float: left;
  margin-right: 12px;
  margin-top: 0;
}

.toolbar1 dd .zx .t {
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}

.toolbar1 dd .zx .t span {
  display: block;
}

.toolbar1 dd .zx .t s {
  background-position: 0 -246px;
}

.toolbar1 dd .zx .t.t2 s {
  background-position: 0 -314px;
}

.toolbar1 dd .zx .t.t3 s {
  background-position: 0 -383px;
}

.toolbar1 dd .zx .t.t4 {
  border-bottom: 0;
}

.toolbar1 dd:hover i {
  background: #f3f3f3;
}

/*******index css*******/
.indexTit {
  height: 26px;
  position: relative;
}

.indexTit .ind {
  left: 0;
  top: 0;
  width: 228px;
  background-color: #fff;
  position: absolute;
  height: 26px;
  display: block;
  z-index: 3;
}

.indexTit i {
  font-size: 26px;
  color: #005923;
  line-height: 28px;
  padding-left: 36px;
  position: relative;
  z-index: 2;
  background: url(../images/h4_03.jpg) 0 3px no-repeat;
  display: block;
  font-weight: bold;
}

.indexTit .gen {
  float: right;
  background: url(../images/h4_05.jpg) center center no-repeat;
  width: 104px;
  height: 26px;
  display: block;
  position: relative;
  z-index: 2;
}

.indexTit .gen:hover {
  background: url(../images/h4_06.png) center center no-repeat;
}

.indexTit s {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 14px;
}

.s1 {
  background: url(../images/h9_03.jpg) center center no-repeat;
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.s2 {
  background: url(../images/h9_05.jpg) center center no-repeat;
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 0;
}

.s3 {
  background: url(../images/h9_09.jpg) center center no-repeat;
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.s4 {
  background: url(../images/h9_11.jpg) center center no-repeat;
  display: block;
  width: 5px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.floor_0_main {
  padding-top: 56px;
}

.floor_0_main .floor_0_1 {
  float: left;
  width: 790px;
}

.floor_0_1 dl {
  display: block;
  width: 790px;
  height: 300px;
  position: relative;
  margin-top: 18px;
}

.floor_0_1 dl dt {
  display: block;
  width: 399px;
  height: 300px;
  float: left;
}

.floor_0_1 dl dt img {
  display: block;
  width: 399px;
  height: 300px;
}

.floor_0_1 dl dd {
  display: block;
  float: left;
  width: 342px;
  height: 298px;
  border: #ddd solid 1px;
  border-left: none;
  padding: 0 24px;
}

.floor_0_1 dl dd h3 {
  font-size: 20px;
  color: #333;
  line-height: 24px;
  padding-top: 32px;
}

.floor_0_1 dl dd p {
  font-size: 14px;
  color: #666;
  line-height: 28px;
  padding-top: 18px;
}

.floor_0_main .floor_0_2 {
  float: right;
  width: 350px;
}

.floor_0_2 .floor_0_21 {
  width: 349px;
  height: 302px;
  position: relative;
  margin-top: 18px;
}

.floor_0_2 .floor_0_21 img {
  display: block;
  width: 349px;
  height: 302px;
}

.floor_0_2 .floor_0_21 p {
  display: block;
  width: 350px;
  height: 242px;
  background: url(../images/h6_05.png) center center no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}

.floor_0_2 .floor_0_21 p span {
  width: 294px;
  margin: 0 auto;
  padding-top: 130px;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
}

.floor_0_2 .indexTit i {
  background: url(../images/h4_07.jpg) 0 3px no-repeat;
}

.floor_1 .indexTit i {
  background: url(../images/h4_16.jpg) 0 3px no-repeat;
}

.floor_1_12 .indexTit i {
  background: url(../images/h4_18.jpg) 0 3px no-repeat;
}

.floor_2_1 .indexTit i {
  background: url(../images/h4_25.jpg) 0 3px no-repeat;
}

.floor_2_2 .indexTit i {
  background: url(../images/h4_23.jpg) 0 3px no-repeat;
}

.floor_4_1 .indexTit i {
  background: url(../images/h4_28.jpg) 0 3px no-repeat;
}

.floor_5_1 .indexTit i {
  background: url(../images/h4_32.jpg) 0 3px no-repeat;
}

.floor_5_2 .indexTit i {
  background: url(../images/h4_30.jpg) 0 3px no-repeat;
}

.floor_6_main .indexTit i {
  background: url(../images/h4_37.jpg) 0 3px no-repeat;
}

.floor_7_main .indexTit i {
  background: url(../images/h4_43.jpg) 0 3px no-repeat;
}

.floor_8_1 .indexTit i {
  background: url(../images/h4_47.jpg) 0 3px no-repeat;
}

.floor_8_2 .indexTit i {
  background: url(../images/h4_45.jpg) 0 3px no-repeat;
}

.floor_1_main {
  width: 100%;
  display: inline-block;
  padding-top: 50px;
}

.floor_1_main .floor_1_0 {
  float: left;
  width: 790px;
}

.floor_1_main .floor_1_0 .floor_1 {
  display: inline-block;
  width: 790px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 {
  float: left;
  width: 396px;
  height: 300px;
  position: relative;
  margin-top: 18px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .bd {
  display: block;
  width: 396px;
  height: 300px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .bd ul {
  display: inline-block;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .bd ul li {
  display: block;
  width: 396px;
  height: 300px;
  position: relative;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .bd ul li img {
  display: block;
  width: 396px;
  height: 300px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .bd ul li p {
  background: url(../images/g3_03.png);
  height: 40px;
  width: 100%;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  padding-left: 14px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .hd {
  display: block;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .hd ul {
  display: inline-block;
  height: 40px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .hd ul li {
  float: left;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .hd ul li {
  width: 34px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_1 .hd ul li.on {
  background-color: #006331;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 {
  float: right;
  width: 392px;
  height: 298px;
  margin-top: 18px;
  border: #ddd solid 1px;
  border-left: none;
  position: relative;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd {
  width: 340px;
  height: 34px;
  position: relative;
  margin-left: 30px;
  margin-top: 36px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd ul {
  display: inline-block;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd ul li {
  float: left;
  margin-right: 30px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd ul li a {
  display: block;
  font-size: 18px;
  color: #505960;
  height: 36px;
  line-height: 18px;
  position: relative;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd ul li a i {
  display: block;
  width: 100%;
  height: 2px;
  left: 0%;
  position: absolute;
  bottom: 0;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd ul li.on a,
.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd ul li a:hover {
  color: #006331;
  font-weight: bold;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd ul li.on a i {
  background-color: #c90000;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd p {
  position: absolute;
  right: 0;
  top: 6px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd p a {
  display: block;
  font-size: 14px;
  color: #717278;
  line-height: 14px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .hd p a:hover {
  color: #c90000;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd {
  width: 340px;
  margin-left: 30px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl {
  display: inline-block;
  width: 100%;
  padding-top: 12px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt {
  height: 90px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt a h3 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  line-height: 18px;
  width: 340px;
  float: left;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt a h3 span {
  display: block;
  font-size: 12px;
  color: #858585;
  line-height: 24px;
  padding-top: 12px;
  font-weight: normal;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt a h3 span strong {
  display: inline-block;
  font-weight: normal;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt a p {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #858585;
  font-family: "Arial";
  line-height: 12px;
  padding-top: 12px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt a p span {
  display: block;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 4px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt a:hover h3 {
  color: #016533;
  font-weight: bold;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dd a {
  display: block;
  height: 14px;
  margin-top: 16px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dd a p {
  font-size: 14px;
  color: #666;
  line-height: 14px;
  background: url(../images/h10_03.png) 0 4px no-repeat;
  padding-left: 14px;
  float: left;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dd a i {
  display: block;
  float: right;
  font-size: 14px;
  color: #666;
  line-height: 14px;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dt a:hover p {
  color: #333;
}

.floor_1_main .floor_1_0 .floor_1 .floor_1_2 .bd ul dl dd a:hover p {
  color: #006331;
}

.floor_1_2 .s2 {
  right: -1px;
  top: -1px;
}

.floor_1_2 .s4 {
  right: -1px;
  bottom: -1px;
}

.floor_1_main .floor_1_12 {
  float: right;
  width: 350px;
}

.floor_1_j {
  margin-top: 18px;
  width: 348px;
  height: 298px;
  border: #ddd solid 1px;
  position: relative;
}

.floor_1_j .s1 {
  left: -1px;
  top: -1px;
}

.floor_1_j .s2 {
  right: -1px;
  top: -1px;
}

.floor_1_j .s3 {
  left: -1px;
  bottom: -1px;
}

.floor_1_j .s4 {
  right: -1px;
  bottom: -1px;
}

.floor_1_j .bd {
  width: 310px;
  margin: 0 auto;
}

.floor_1_j .bd ul {
  display: inline-block;
}

.floor_1_j .bd ul li {
  font-size: 14px;
  color: #666;
  line-height: 14px;
  background: url(../images/h10_03.png) left center no-repeat;
  margin-top: 20px;
  padding-left: 12px;
}

.floor_2_main {
  display: inline-block;
  padding-top: 34px;
  width: 100%;
}

.floor_2_main .floor_2_1 {
  float: left;
  width: 400px;
}

.floor_2_11 {
  width: 400px;
  height: 292px;
  margin-top: 18px;
}

.floor_2_11 img {
  display: block;
  width: 400px;
  height: 226px;
}

.floor_2_11 p {
  width: 400px;
  height: 66px;
  line-height: 66px;
  background-color: #ebebeb;
  font-size: 20px;
  color: #333;
  text-align: center;
}

.floor_2_main .floor_2_2 {
  float: right;
  width: 774px;
}

.floor_2_main .floor_2_12 {
  position: relative;
  width: 772px;
  height: 290px;
  margin-top: 18px;
  border: #ddd solid 1px;
}

.floor_2_main .floor_2_12 .bd {
  display: inline-block;
  padding: 26px 26px 0 26px;
  width: 720px;
}

.floor_2_main .floor_2_12 .bd li {
  float: left;
  width: 162px;
  text-align: center;
  margin-right: 22px;
}

.floor_2_main .floor_2_12 .bd li b {
  display: block;
  width: 162px;
  height: 216px;
  overflow: hidden;
}

.floor_2_main .floor_2_12 .bd li b img {
  display: block;
  width: 162px;
  height: 216px;
  overflow: hidden;
  transition: all .36s ease;
}

.floor_2_main .floor_2_12 .bd li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_2_main .floor_2_12 .bd li p {
  font-size: 16px;
  padding-top: 8px;
  line-height: 18px;
}

.floor_2_12 .s1 {
  left: -1px;
  top: -1px;
}

.floor_2_12 .s2 {
  right: -1px;
  top: -1px;
}

.floor_2_12 .s3 {
  left: -1px;
  bottom: -1px;
}

.floor_2_12 .s4 {
  right: -1px;
  bottom: -1px;
}

.floor_3_main {
  display: inline-block;
  width: 100%;
}

.floor_3_main .floor_3_1 {
  background: url(../images/h8_14.jpg) center center no-repeat;
  height: 200px;
  margin-top: 50px;
}

.floor_3_main .floor_3_1 dl {
  width: 422px;
  float: right;
  margin-right: 12px;
  text-align: center;
}

.floor_3_main .floor_3_1 dl dt {
  font-size: 48px;
  color: #fff;
  line-height: 48px;
  font-family: 'Arial';
  padding-top: 70px;
}

.floor_3_main .floor_3_1 dl dd {
  padding-top: 20px;
}

.floor_3_main .floor_3_1 dl dd a {
  display: block;
  width: 188px;
  height: 38px;
  font-size: 16px;
  color: #fff;
  border: #59a57e solid 1px;
  border-radius: 5px;
  line-height: 38px;
  position: relative;
  margin: 0 10px;
  float: left;
}

.floor_3_main .floor_3_1 dl dd a:hover {
  background-color: #fff;
  color: #333;
}

.floor_3_main .floor_3_1 dl dd a img {
  display: block;
  width: 120px;
  height: 0;
  position: absolute;
  left: 34px;
  top: 38px;
  transition: all .36s ease;
}

.floor_3_main .floor_3_1 dl dd a:hover img {
  display: block;
  height: 120px;
}

.floor_4_main {
  padding-top: 46px;
}

.floor_4_main .indexTit p {
  background: url(../images/d1_18.jpg) left center no-repeat;
  padding-left: 34px;
  line-height: 30px;
  background-size: 25px 25px;
  height: 25px;
}

.floor_4_11 {
  clear: left;
  width: 1200px;
  height: 254px;
  margin-top: 20px;
  overflow: hidden;
}

.floor_4_11 ul {
  display: inline-block;
  width: 105%;
}

.floor_4_11 li {
  display: block;
  width: 274px;
  float: left;
  height: 254px;
  margin-right: 34px;
  text-align: center;
}

.floor_4_11 li a b {
  display: block;
  width: 272px;
  height: 202px;
  overflow: hidden;
  border: #ddd solid 1px;
  position: relative;
}

.floor_4_11 li a b img {
  display: block;
  width: 272px;
  height: 202px;
  transition: all .36s ease;
}

.floor_4_11 li a:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_4_11 li a p {
  font-size: 18px;
  color: #333;
  line-height: 50px;
  background-color: #ebebeb;
}

.floor_4_11 li a:hover p {
  color: #006331;
}

.floor_4_11 li:hover a {
  box-shadow: 0px 5px 20px #ededed;
  border-bottom: #fff solid 1px;
}

.floor_5_main {
  padding-top: 46px;
}

.floor_5_1 {
  float: left;
  width: 400px;
}

.floor_5_11 {
  clear: left;
  width: 400px;
  height: 338px;
  margin-top: 20px;
  position: relative;
}

.floor_5_11 .bd ul {
  display: inline-block;
}

.floor_5_11 .bd ul li {
  width: 400px;
  height: 338px;
  background-color: #ebebeb;
}

.floor_5_11 .bd ul li b {
  width: 400px;
  display: block;
  height: 225px;
  overflow: hidden;
}

.floor_5_11 .bd ul li img {
  width: 400px;
  display: block;
  height: 225px;
  transition: all .36s ease;
}

.floor_5_11 .bd ul li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_5_11 .bd ul li p {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding-top: 18px;
  padding-left: 18px;
}

.floor_5_11 .bd ul li p span {
  font-size: 14px;
  color: #666;
  line-height: 14px;
  padding-top: 8px;
  display: block;
}

.floor_5_11 .bd ul li:hover p {
  color: #299a60;
}

.floor_5_11 .hd {
  position: absolute;
  left: 18px;
  bottom: 18px;
}

.floor_5_11 .hd ul {
  display: inline-block;
}

.floor_5_11 .hd ul li {
  float: left;
  width: 6px;
  height: 6px;
  border: #6c6c6c solid 1px;
  border-radius: 50%;
  font-size: 0;
  margin-right: 8px;
}

.floor_5_11 .hd ul li.on {
  background-color: #299a60;
  border: #299a60 solid 1px;
}

.floor_5_2 {
  float: right;
  width: 774px;
}

.indexTit p {
  float: left;
  position: relative;
  z-index: 6;
  padding-left: 176px;
}

.indexTit p a {
  display: block;
  float: left;
  font-size: 26px;
  line-height: 26px;
  padding-right: 40px;
}

.floor_5_21 {
  padding-top: 20px;
}

.floor_5_21 ul {
  display: inline-block;
  width: 105%;
}

.floor_5_21 ul li {
  float: left;
  width: 372px;
  height: 338px;
  background-color: #ebebeb;
  text-align: center;
  margin-right: 29px;
}

.floor_5_21 ul li b {
  width: 372px;
  display: block;
  height: 278px;
  overflow: hidden;
}

.floor_5_21 ul li img {
  width: 372px;
  display: block;
  height: 278px;
  transition: all .36s ease;
}

.floor_5_21 ul li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_5_21 ul li p {
  line-height: 60px;
  font-size: 18px;
}

.floor_6_main {
  padding-top: 46px;
}

.floor_6_1 {
  width: 1200px;
  margin-top: 20px;
}

.floor_6_11 {
  float: left;
  width: 400px;
  height: 224px;
  position: relative;
}

.floor_6_11 .bd ul {
  display: inline-block;
}

.floor_6_11 .bd ul li {
  width: 400px;
  height: 224px;
}

.floor_6_11 .bd ul li b {
  width: 400px;
  display: block;
  height: 224px;
  overflow: hidden;
}

.floor_6_11 .bd ul li img {
  width: 400px;
  display: block;
  height: 224px;
  transition: all .36s ease;
}

.floor_6_11 .bd ul li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_6_11 .hd {
  position: absolute;
  left: 0px;
  bottom: 6px;
  text-align: center;
  width: 100%;
}

.floor_6_11 .hd ul {
  display: inline-block;
}

.floor_6_11 .hd ul li {
  float: left;
  width: 6px;
  height: 6px;
  border: #fff solid 1px;
  border-radius: 50%;
  font-size: 0;
  margin-right: 8px;
}

.floor_6_11 .hd ul li.on {
  background-color: #299a60;
  border: #299a60 solid 1px;
}

.floor_6_2 {
  float: right;
  width: 774px;
  height: 224px;
  overflow: hidden;
}

.floor_6_2 ul {
  width: 105%;
  display: inline-block;
}

.floor_6_2 ul li {
  width: 372px;
  height: 54px;
  float: left;
  margin-right: 30px;
  margin-bottom: 31px;
}

.floor_6_2 ul li b {
  display: block;
  float: left;
  width: 75px;
  height: 54px;
  background: url(../images/h4_40.jpg) center center no-repeat;
}

.floor_6_2 ul li p {
  float: left;
  border: #ddd solid 1px;
  border-left: none;
  width: 264px;
  font-size: 18px;
  line-height: 52px;
  height: 52px;
  padding-left: 32px;
}

.floor_6_2 ul li:hover p {
  background-color: #299a60;
  color: #fff;
  border: #299a60 solid 1px;
  border-right: none;
  border-left: #fff solid 1px;
}

.floor_7_main {
  padding-top: 46px;
}

.floor_7_1 {
  width: 1200px;
  margin-top: 20px;
}

.floor_7_11 {
  float: left;
  width: 600px;
  height: 337px;
  position: relative;
}

.floor_7_11 .bd ul {
  display: inline-block;
}

.floor_7_11 .bd ul li {
  width: 600px;
  height: 337px;
  position: relative;
}

.floor_7_11 .bd ul li b {
  width: 600px;
  height: 337px;
  display: block;
  overflow: hidden;
}

.floor_7_11 .bd ul li img {
  width: 600px;
  height: 337px;
  display: block;
  transition: all .36s ease;
}

.floor_7_11 .bd ul li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_7_11 .bd ul li p {
  background: url(../images/h12_03.png);
  height: 82px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  padding-left: 26px;
  line-height: 106px;
}

.floor_7_11 .hd {
  position: absolute;
  right: 20px;
  bottom: 16px;
}

.floor_7_11 .hd ul {
  display: inline-block;
}

.floor_7_11 .hd ul li {
  float: left;
  width: 6px;
  height: 6px;
  border: #fff solid 1px;
  border-radius: 50%;
  font-size: 0;
  margin-right: 8px;
}

.floor_7_11 .hd ul li.on {
  background-color: #299a60;
  border: #299a60 solid 1px;
}

.floor_7_2 {
  float: right;
  width: 550px;
  height: 337px;
  overflow: hidden;
}

.floor_7_2 .hd {
  height: 42px;
  width: 550px;
  background-color: #f8f8f8;
}

.floor_7_2 .hd ul {
  width: 100%;
  display: inline-block;
}

.floor_7_2 .hd ul li {
  float: left;
  line-height: 16px;
  width: 104px;
  text-align: center;
  border-right: #ddd solid 1px;
  margin-top: 14px;
}

.floor_7_2 .hd ul li a {
  display: block;
  font-size: 16px;
}

.floor_7_2 .hd ul li.on a {
  font-weight: bold;
  color: #016533;
}

.floor_7_2 .bd {
  padding-top: 16px;
}

.floor_7_2 .bd ul {
  display: inline-block;
  width: 100%;
}

.floor_7_2 .bd ul li {
  display: inline-block;
  width: 100%;
  margin-top: 16px;
}

.floor_7_2 .bd ul li b {
  display: block;
  float: left;
  line-height: 16px;
  color: #444;
  background: url(../images/h11_03.jpg) 0 6px no-repeat;
  padding-left: 18px;
  font-weight: normal;
}

.floor_7_2 .bd ul li p {
  float: right;
  font-size: 14px;
  color: #999;
  font-family: "Arial";
  line-height: 16px;
}

.floor_7_2 .bd ul li:hover b {
  color: #299a60;
}

.floor_8_main {
  padding-top: 46px;
}

.floor_8_1 {
  float: left;
  width: 400px;
}

.floor_8_11 {
  margin-top: 20px;
  width: 400px;
}

.floor_8_11 ul {
  display: inline-block;
  width: 105%;
}

.floor_8_11 ul li {
  display: block;
  width: 192px;
  height: 50px;
  background: url(../images/h7_03.jpg) center center no-repeat;
  float: left;
  margin-right: 17px;
  margin-bottom: 20px;
}

.floor_8_11 ul li b {
  display: block;
  width: 31px;
  height: 31px;
  background-position: 0 0;
  float: left;
  margin-top: 10px;
  margin-left: 14px;
}

.floor_8_11 ul li p {
  float: left;
  margin-left: 12px;
  line-height: 50px;
  width: 124px;
  font-size: 20px;
  color: #fff;
}

.floor_8_11 ul li p span {
  display: inline-block;
  width: 87px;
  font-size: 20px;
  color: #fff;
}

.floor_8_11 ul li:hover {
  box-shadow: 0 2px 10px #1d8e54;
}

.floor_8_11 ul li.li2 b {
  background-position: -36px 0;
}

.floor_8_11 ul li.li3 b {
  background-position: -71px 0;
}

.floor_8_11 ul li.li4 b {
  background-position: -106px 0;
}

.floor_8_11 ul li.li5 b {
  background-position: -142px 0;
}

.floor_8_11 ul li.li6 b {
  background-position: -177px 0;
}

.floor_8_11 ul li.li7 b {
  background-position: -212px 0;
}

.floor_8_11 ul li.li8 b {
  background-position: -249px 0;
}

.floor_8_2 {
  float: right;
  width: 774px;
}

.floor_8_21 {
  margin-top: 20px;
}

.floor_8_21 .floor_8_z {
  width: 373px;
  float: left;
  height: 260px;
  position: relative;
}

.floor_8_21 .floor_8_z .bd {
  width: 373px;
  display: inline-block;
}

.floor_8_21 .floor_8_z .bd ul {
  display: inline-block;
}

.floor_8_21 .floor_8_z .bd ul li {
  float: left;
  width: 373px;
  display: inline-block;
  height: 260px;
  background-color: #ebebeb;
}

.floor_8_21 .floor_8_z .bd ul li b {
  display: block;
  width: 373px;
  height: 210px;
  overflow: hidden;
}

.floor_8_21 .floor_8_z .bd ul li img {
  width: 373px;
  height: 210px;
  display: block;
  transition: all .36s ease;
}

.floor_8_21 .floor_8_z .bd ul li:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

.floor_8_21 .floor_8_z .bd ul li p {
  line-height: 50px;
  font-size: 18px;
  padding-left: 18px;
}

.floor_8_z .hd {
  position: absolute;
  right: 8px;
  bottom: 12px;
}

.floor_8_z .hd ul {
  display: inline-block;
}

.floor_8_z .hd ul li {
  float: left;
  width: 6px;
  height: 6px;
  border: #6c6c6c solid 1px;
  border-radius: 50%;
  font-size: 0;
  margin-right: 8px;
}

.floor_8_z .hd ul li.on {
  background-color: #299a60;
  border: #299a60 solid 1px;
}

.floor_8_21 .floor_8_y {
  width: 378px;
  float: right;
  height: 260px;
  overflow: hidden;
}

.floor_8_y ul {
  display: inline-block;
  width: 100%;
}

.floor_8_y ul {
  display: inline-block;
  width: 100%;
}

.floor_8_y ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 16px;
}

.floor_8_y ul li b {
  display: block;
  float: left;
  line-height: 16px;
  color: #444;
  background: url(../images/h11_03.jpg) 0 6px no-repeat;
  padding-left: 18px;
  font-weight: normal;
}

.floor_8_y ul li p {
  float: right;
  font-size: 14px;
  color: #999;
  font-family: "Arial";
  line-height: 16px;
}

.floor_8_y ul li:hover b {
  color: #299a60;
}

.floor_9_main {
  background-color: #f8f8f8;
  height: 200px;
  margin-top: 46px;
}

.floor_9_main ul {
  display: inline-block;
  width: 100%;
}

.floor_9_main ul li {
  float: left;
  padding-top: 62px;
  width: 300px;
}

.floor_9_main ul li i {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 18px;
  background: url(../images/h4_55.jpg) left center no-repeat;
  padding-left: 18px;
}

.floor_9_main ul li p {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  padding-top: 12px;
  font-family: "Arial";
}

.floor_9_main ul li.li4 p {
  font-size: 18px;
}

.floor_9_main ul li.li3 i {
  background: url(../images/h4_58.jpg) left center no-repeat;
  padding-left: 22px;
}

.floor_9_main ul li.li4 i {
  background: url(../images/h4_52.jpg) left center no-repeat;
}

.floor_9_main .you {
  display: inline-block;
  clear: left;
  padding-top: 34px;
}

.floor_9_main .you b {
  float: left;
  font-size: 16px;
  color: #333;
  font-weight: normal;
}

.floor_9_main .you a {
  display: block;
  font-size: 16px;
  color: #666;
  padding: 0 10px;
  float: left;
}

.floor_9_main .you a:hover {
  color: #333;
}

.contact_main_3 {
  text-align: left;
  clear: left;
  padding-bottom: 60px;
}

.contact_main_3 .item .txt {
  width: 268px;
  height: 46px;
  font-size: 14px;
  line-height: 46px;
  text-indent: 8px;
  border: none;
  border: #d9d9d9 solid 1px;
  color: #333;
  padding-left: 6px;
  *text-indent: 0px;
  background-color: #fff;
}

.contact_main_3 .item .area {
  width: 884px;
  height: 148px;
  *margin-left: -8px;
  border: #d9d9d9 solid 1px;
  font-size: 14px;
  text-indent: 8px;
  line-height: 18px;
  resize: none;
  *resize: none;
  -webkit-appearance: none;
  color: #333;
  line-height: 40px;
  padding-left: 6px;
}

.contact_main_3 .submit {
  display: block;
  clear: left;
}

.contact_main_3 .submit .btn1 {
  width: 278px;
  height: 52px;
  margin-top: 50px;
  font-size: 16px;
  line-height: 52px;
  color: #fff;
  cursor: pointer;
  background-color: #299a60;
  display: inline-block;
}

.contact_main_3 .submit .btn:hover {
  background-color: #F0F0F0;
}

.contact_main_3 .item {
  float: left;
  position: relative;
  width: 278px;
  padding-top: 20px;
}

.contact_main_3 .item i {
  color: #F00;
  position: absolute;
  right: 10px;
  top: 32px;
  display: block;
}

.contact_main_3 .item .n-top {
  position: absolute;
  left: 0;
  top: 20px;
}

.contact_main_3 .item.item4,
.contact_main_3 .item.item3 {
  margin-left: 30px;
  *margin-left: 0px;
}

.contact_main_3 .item .n-top {
  position: absolute;
  left: 0;
  top: 0;
}

.contact_main_3 .item.item1 {
  width: 894px;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.02);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes scale {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.02);
  }

  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=style.css.map */